﻿/*--------必要的CSS样式---------*/
body{font-family:'Microsoft YaHei';font-size: 14px;}
*{margin: 0;padding: 0;}
a,img{border: 0;}
a{color: #fff;text-decoration: none;}
a{transition: all 300ms ease-in-out;-webkit-transform: all 1000ms ease-in-out;}
a:hover{color: #ff6600;}
li {list-style-type: none;}
.clear{width: 100%;height: 40px;}
.son{width: 1200px;margin: auto;overflow: hidden;}
.left{float: left;}
.right{float: right;}
.hidden{overflow: hidden;}

/*--------网站公共部分代码开始---------*/

/*头部公共部分 top*/
.logo_tel{height: 125px;}
.logo_tel .logo{margin-top:28px;/*---width: 800px;---*/height: 90px;}
.logo_tel .tel{margin-top: 40px;width: 350px;height: 70px;background: url('../images/tel.png')no-repeat 0px 5px;text-indent: 60px;}
.logo_tel .tel h3{color: #262626;font-size: 17px;}
.logo_tel .tel h2{color: #096538;font-size: 17px;position: relative;top: 10px;}

.daohang{height: 58px;line-height: 58px;}
.daohang ul{width: 1300px;}
.daohang ul li{float: left;width: 130px;}
.daohang ul li{transition: all 300ms ease-in-out;-webkit-transform: all 1000ms ease-in-out;}
.daohang ul li:hover{background-attachment: ;ckground-color: #ff6600;}
.daohang ul:first-child li{}
.daohang ul li a{display: block;color: #000;text-align: center;font-size:18px;}


/*头部公共部分 结束*/


/*----------------底部公共部分开始--------------------*/
.footer{width: 100%;background-color: #323030;.overflow: hidden;}
.footer .footer_lxwm{width: 480px;}
.footer .footer_lxwm .title{color: #ffffff;font-size: 16px;background: url('../images/01.png')no-repeat 0px 5px;text-indent: 30px;}
.footer .footer_lxwm ul{color: #929292;margin-top: 10px;text-indent: 30px;}
.footer .footer_lxwm ul li{height: 30px;line-height: 30px;}

.footer .youqing_links{width: 300px;}
.footer .youqing_links .title{color: #ffffff;font-size: 16px;background: url('../images/02.png')no-repeat 0px 5px;text-indent: 30px;}
.footer .youqing_links ul{margin-top: 10px;text-indent: 30px;}
.footer .youqing_links ul a{color:#929292;}
.footer .youqing_links ul li{height: 30px;line-height: 30px;}


.footer .erweima{width: 100px;height: 140px;}
.footer .erweima img{display: block;width: 100px;height: 100px;}
.footer .erweima .txt{height: 40px;line-height:40px;text-align: center;color: #929292;}


.footer .admin{height: 60px;line-height: 60px;border-top: 1px solid #434343;color: #929292; text-align: center;color: white;}
.footer .admin a{color: #929292;}
/*----------------底部公共部分结束--------------------*/


/*产品列表，左侧展示*/
.pro_list_title{width: 260px;height: 100px;text-align: center;background-color:#db2423;}
.pro_list_title h2{font-size: 26px;color: #ffffff;margin-top:25px;}
.pro_list_title h4{font-size: 12px;color: #ffffff;}


.pro_list{width: 218px;min-height: 300px;padding: 20px;padding-bottom: 30px;background: #ffffff;border: 1px solid #cccccc;}
.pro_list ul li{text-indent: 30px;height: 41px;line-height: 41px;background: url('../images/prolist.png')no-repeat 0px 13px;border-bottom: 1px dashed #e5e5e5; font-size: 18px;overflow: hidden;}
.pro_list ul li a{color: #373737;}
.pro_list ul li{transition: all 300ms ease-in-out;-webkit-transform: all 1000ms ease-in-out;height:49.5px;}
.pro_list ul li:hover{text-indent:40px;background: url('../images/prolist_hover;.png')no-repeat 0px 13px;}
.pro_list ul li:hover a{color:#f04c36;}
.pro_list ul .current{background: url('../images/prolist_hover.png')no-repeat 0px 13px !important;;}
.pro_list ul .current a{color: #f04c36 !important;}
/*产品列表，左侧展示 end*/

.pro_list2 ul li{text-indent: 0px;height: 41px;line-height: 41px;border-bottom: 1px dashed #e5e5e5; font-size: 14px; overflow: hidden;}
.pro_list2 ul li a{color: #373737;}
.pro_list2 ul li{transition: all 300ms ease-in-out;-webkit-transform: all 1000ms ease-in-out;height:49.5px;}
.pro_list2 ul li:hover{text-indent:40px;}
.pro_list2 ul li:hover a{color:green;}
.page {
	text-align: center;
	font-size: 0.95em;
}
.page li {
	display: inline
}
.page a {
	cursor: pointer;
	line-height: 200%;
	padding: 0 1%;
	margin: 0 3px;
	border: 1px solid #cccccc;
	display: inline-block;
	background: #fff;
	border-radius: 2px;
	color: #000;
}
.page a:hover, .page .thisclass a {
	color: #fff;
	background: #ed1c24;
	border: 1px solid #ed1c24;
}